home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1999 September / PC Action Issue 81 (September 1999).ISO / vft / film / carduc.dir / 00068_IIQTVR.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  966 b   |  30 lines

  1. on mouseUp
  2.   global gPanoMovieID, ncast
  3.   QTVRSetNodeID(gPanoMovieID, 2)
  4.   QTVRUpdate(gPanoMovieID)
  5.   case ncast of
  6.     "lucca.cst":
  7.       set the visible of sprite 77 to 0
  8.       set the visible of sprite 78 to 1
  9.       set the visible of sprite 81 to 0
  10.       set the visible of sprite 84 to 0
  11.       set the visible of sprite 85 to 0
  12.       set the visible of sprite 76 to 1
  13.       set the visible of sprite 75 to 0
  14.       set the visible of sprite 80 to 1
  15.       set the visible of sprite 82 to 1
  16.       set the visible of sprite 83 to 1
  17.     "camaio.cst":
  18.       set the visible of sprite 77 to 0
  19.       set the visible of sprite 78 to 1
  20.       set the visible of sprite 81 to 0
  21.       set the visible of sprite 84 to 0
  22.       set the visible of sprite 85 to 0
  23.       set the visible of sprite 76 to 1
  24.       set the visible of sprite 75 to 0
  25.       set the visible of sprite 80 to 1
  26.       set the visible of sprite 82 to 0
  27.       set the visible of sprite 83 to 0
  28.   end case
  29. end
  30.